@charset "utf-8";
* {
	margin:0;
	padding:0;
 }
body {
	font: 14px/1.5 tahoma,arial,"Microsoft YaHei";
}
img {
	border:none;
}
a {
	color:#3b3b3b;
	text-decoration: none;
}
a:hover {
	color: #f08300;
}
li {
	list-style-type:none;
}
.wrap {
	width:1500px;
	margin:0px auto;

}


.foot {
	background:#2b2b2b;
	color:#939393;
	overflow:hidden;
}
.foot-m {
	padding-top:60px;
	width:100%;
	overflow:hidden;
}
.foot-logo {
	float:left;
	background:url('../img/logo-s.png') 0px 20px no-repeat;
	padding-top:110px;
	width:430px;
	font-size:16px;
}
.foot-logo h3 {
	color:#ffffff;
	font-weight:normal;
	font-size:16px;
}
.foot-logo li {
	float:left;
	margin-right:10px;
}
.foot-logo li a {
	color:#939393;
}
.foot-nav {
	float:left;
	width:190px;
	border-left:#414141 1px solid;
	padding-left:30px;
	font-size:16px;
}
.foot-nav li {
	line-height:40px;
}
.foot-nav li a {
	color:#939393;
}
.foot-nav li a:hover {
	color:#f08300;
}
.foot-contact {
	float:left;
	width:500px;
	font-size:14px;
	line-height:30px;
}
.foot-contact h3 {
	color:#ffffff;
	height:60px;
	line-height:60px;
	padding-left:40px;
	background:url('../img/foot-contact-t.png') 0px 12px no-repeat;
	font-size:30px;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	font-weight:normal;
}
.foot-ewm {
	float:left;
	width:120px;
	text-align:center;
	font-size:16px;
}
.foot-ewm img {
	width:120px;
}
.foot-cop {
	width:100%;
	margin-top:50px;
	border-top:#414141 1px solid;
	padding-top:20px;
	height:60px;
	font-size:14px;
}
.foot-cop .fl {
	float:left;
}
.foot-cop .fr {
	float:right;
}
.foot-cop .fr a {
	color:#939393;
}
